home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softwarová Záchrana 3
/
Softwarova-zachrana-3.bin
/
Horodruin
/
horodruin-setup.exe
/
{app}
/
Horodruin.exe
/
0
/
RCDATA
/
TFRMCONFIG
/
TFRMCONFIG.txt
Wrap
Text File
|
2005-02-17
|
3KB
|
147 lines
object frmConfig: TfrmConfig
Left = 406
Top = 120
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Horodruin'#39's Settings'
ClientHeight = 249
ClientWidth = 505
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object gbVersions: TGroupBox
Left = 8
Top = 8
Width = 137
Height = 201
Caption = 'Version Files'
TabOrder = 0
object tvVersion: TTreeView
Left = 8
Top = 16
Width = 121
Height = 145
Indent = 19
ShowLines = False
ShowRoot = False
TabOrder = 0
OnKeyUp = tvVersionKeyUp
end
object btnVerReset: TButton
Left = 8
Top = 168
Width = 121
Height = 25
Caption = 'Reset To Defaults'
TabOrder = 1
OnClick = btnVerResetClick
end
end
object gbTools: TGroupBox
Left = 152
Top = 8
Width = 345
Height = 201
Caption = 'External Tools'
TabOrder = 1
object lbType: TLabel
Left = 8
Top = 24
Width = 27
Height = 13
Caption = 'Type:'
end
object cbxToolType: TComboBox
Left = 8
Top = 40
Width = 329
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = cbxToolTypeChange
end
object gbToolsParams: TGroupBox
Left = 8
Top = 72
Width = 329
Height = 121
Caption = 'Program Data'
TabOrder = 1
object lbToolFile: TLabel
Left = 8
Top = 24
Width = 19
Height = 13
Caption = 'File:'
end
object lbToolParams: TLabel
Left = 8
Top = 72
Width = 83
Height = 13
Caption = 'Extra Parameters:'
end
object edtToolFile: TEdit
Left = 8
Top = 40
Width = 313
Height = 21
TabOrder = 0
OnDblClick = edtToolFileDblClick
OnExit = edtToolFileExit
end
object edtToolParams: TEdit
Left = 8
Top = 88
Width = 313
Height = 21
TabOrder = 1
OnExit = edtToolParamsExit
end
end
end
object btnCancel: TBitBtn
Left = 424
Top = 216
Width = 75
Height = 25
TabOrder = 3
OnClick = btnCancelClick
Kind = bkCancel
end
object btnOk: TBitBtn
Left = 344
Top = 216
Width = 75
Height = 25
TabOrder = 2
OnClick = btnOkClick
Kind = bkOK
end
object odlgToolFile: TOpenDialog
DefaultExt = 'exe'
Filter = 'Executables (*.exe;*.com)|*.exe;*.com|All Files|*.*'
Title = 'Tools Files'
Left = 8
Top = 216
end
object ActionList1: TActionList
Left = 40
Top = 216
object aHelpMe: TAction
Caption = 'HelpMe'
ShortCut = 112
OnExecute = aHelpMeExecute
end
end
end